services.github-runners.<name>.group
Group under which to run the service.
The effect of this option depends on the value of the user option:
group == nullanduser == null: The service runs with a dynamically allocated user and group.group == nullanduser != null: The service runs as the given user and its default group.group != nullanduser == null: This configuration is invalid. In this case, the service would use the given group but run as root implicitly. If this is really what you want, setuser = "root"explicitly.
- Type
null or string- Default
groupname- Declared
- <nixpkgs/nixos/modules/services/continuous-integration/github-runner/options.nix>